Changes for correct pgrp behavior; approach suggested by Bob
authorJim Blandy <jimb@redhat.com>
Thu, 17 Jun 1993 04:58:27 +0000 (04:58 +0000)
committerJim Blandy <jimb@redhat.com>
Thu, 17 Jun 1993 04:58:27 +0000 (04:58 +0000)
commit65aa44ac9b20a10aba7061b7e6758257697d5e5a
tree963977a0071812fcd7e6e5eca0d961869d73ca2c
parent22288fe16c5fb4d722129949d3adccf3001b0bae
Changes for correct pgrp behavior; approach suggested by Bob
Glickstein <bobg@zindigo.z-code.com>:
* m/iris4d.h (LIB_STANDARD): Do list -lbsd here.
* s/irix4-0.h (getpgrp, setpgrp): #define these to call BSDgetpgrp
and BSDsetpgrp.
(GETPGRP_NO_ARG): Don't #define this.
* emacs.c (main): Don't test GETPGRP_NO_ARG.
* sysdep.c (sys_suspend): Don't test GETPGRP_NO_ARG.

* config.h.in (HAVE_CLOSEDIR): Add an #undef for autoconf to
change.
* sysdep.c (closedir): Only define this if autoconf can't find
HAVE_CLOSEDIR.  If we're running under solaris (defined (sun) &&
defined (USG5_4)), then don't free the buffer separately.
src/sysdep.c